1 //*****************************************************************************
4 // Date created: 31 July 2005
6 // Description: CredentialNotFoundException is the exception that is thrown
7 // when an attempt to load or reference a credential that does
10 //*****************************************************************************
13 #include "CredentialNotFoundException.h"
16 using namespace Runtime::Serialization
;
18 Kerr::CredentialNotFoundException::CredentialNotFoundException(ComponentModel::Win32Exception
^ innerException
) :
19 Exception(Strings::Get("CredentialNotFoundException.Message"), innerException
)
24 Kerr::CredentialNotFoundException::CredentialNotFoundException(SerializationInfo
^ info
,
25 StreamingContext context
) :
26 Exception(info
, context
)